home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue55 / Splat / recordmain.dfm < prev    next >
Encoding:
Text File  |  2000-01-26  |  10.6 KB  |  250 lines

  1. object Form1: TForm1
  2.   Left = 2752
  3.   Top = 116
  4.   Width = 337
  5.   Height = 488
  6.   Caption = 'Record Sounds'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 16
  24.     Width = 313
  25.     Height = 73
  26.     Anchors = [akLeft, akTop, akRight]
  27.     AutoSize = False
  28.     Caption = 
  29.       'Press any letter or number key, and while holding down the key, ' +
  30.       'say the letter or number. Then release the key.'
  31.     WordWrap = True
  32.   end
  33.   object WaveList: TListView
  34.     Left = 8
  35.     Top = 88
  36.     Width = 313
  37.     Height = 345
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     Columns = <
  40.       item
  41.         Caption = 'Name'
  42.         Width = 100
  43.       end
  44.       item
  45.         Caption = 'Size'
  46.         Tag = 1
  47.       end
  48.       item
  49.         Caption = 'Modified'
  50.         Tag = 2
  51.         Width = 140
  52.       end>
  53.     MultiSelect = True
  54.     PopupMenu = PopupMenu
  55.     SortType = stData
  56.     TabOrder = 0
  57.     ViewStyle = vsList
  58.     OnColumnClick = WaveListColumnClick
  59.     OnCompare = WaveListCompare
  60.     OnDblClick = PlayActionExecute
  61.     OnDeletion = WaveListDeletion
  62.   end
  63.   object StatusBar: TStatusBar
  64.     Left = 0
  65.     Top = 439
  66.     Width = 329
  67.     Height = 22
  68.     Panels = <
  69.       item
  70.         Width = 100
  71.       end
  72.       item
  73.         Width = 50
  74.       end>
  75.     SimplePanel = False
  76.   end
  77.   object PopupMenu: TPopupMenu
  78.     Images = ImageList
  79.     Left = 120
  80.     Top = 176
  81.     object Play1: TMenuItem
  82.       Action = PlayAction
  83.       Default = True
  84.     end
  85.     object Delete1: TMenuItem
  86.       Action = DeleteAction
  87.     end
  88.     object ChangeDirectory1: TMenuItem
  89.       Action = ChDirAction
  90.     end
  91.     object N1: TMenuItem
  92.       Caption = '-'
  93.     end
  94.     object ViewList1: TMenuItem
  95.       Tag = 2
  96.       Caption = 'View &List'
  97.       Checked = True
  98.       GroupIndex = 1
  99.       RadioItem = True
  100.       OnClick = ViewStyleExecute
  101.     end
  102.     object ViewDetails1: TMenuItem
  103.       Tag = 3
  104.       Caption = '&View Details'
  105.       GroupIndex = 1
  106.       RadioItem = True
  107.       OnClick = ViewStyleExecute
  108.     end
  109.   end
  110.   object ActionList: TActionList
  111.     Images = ImageList
  112.     OnUpdate = ActionListUpdate
  113.     Left = 176
  114.     Top = 104
  115.     object PlayAction: TAction
  116.       Caption = '&Play'
  117.       Enabled = False
  118.       Hint = 'Play|Play the selected sound file'
  119.       ImageIndex = 1
  120.       OnExecute = PlayActionExecute
  121.     end
  122.     object DeleteAction: TAction
  123.       Caption = '&Delete'
  124.       Enabled = False
  125.       Hint = 'Delete|Delete the selected sound file'
  126.       ImageIndex = 0
  127.       OnExecute = DeleteActionExecute
  128.     end
  129.     object ChDirAction: TAction
  130.       Caption = '&Change Directory...'
  131.       Hint = 
  132.         'Change Directory|Open a different folder and create WAV files th' +
  133.         'ere'
  134.       ImageIndex = 2
  135.       OnExecute = ChDirActionExecute
  136.     end
  137.   end
  138.   object ImageList: TImageList
  139.     Left = 80
  140.     Top = 120
  141.     Bitmap = {
  142.       494C010103000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  143.       000000000000360000002800000040000000100000000100180000000000000C
  144.       0000000000000000000000000000000000000000000000000000000000000000
  145.       0000000000000000000000000000000000000000000000000000000000000000
  146.       0000000000000000000000000000000000000000000000000000000000000000
  147.       0000000000000000000000000000000000000000000000000000000000000000
  148.       0000000000000000000000000000000000000000000000000000000000000000
  149.       0000000000000000000000000000000000000000000000000000000000000000
  150.       0000000000000000000000000000000000000000000000000000000000000000
  151.       00000000000000000000000000000000000000000000000000000000000000FF
  152.       FFFF000000000000000000000000000000000000000000000000000000000000
  153.       0000000000000000000000000000000000000000008080800000000000000000
  154.       0000000000000000000000000000000000000000000000000000000000000000
  155.       0000000000000000000000000000000000000000000000000000000000000000
  156.       0000000000000000000000000000000000000000000000000000000000000000
  157.       00FFFFFF00000000000000000000000000000000000000000000000000000000
  158.       0000000000000000000000000000000000000000000000808080000000000000
  159.       000000000000000000000000000000000000000000000000000000C0C0C000FF
  160.       FFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFF00
  161.       0000000000000000000000000000000000000000000000000000000000000000
  162.       0000000000000000000000000000000000000000000000000000000000000000
  163.       00000000FFFFFF000000000000000000000000000000000000000000FFFFFF00
  164.       0000000000000000000000000000000000000000808080808080000000000000
  165.       000000000000000000000000000000000000000000000000FFFFFF000000C0C0
  166.       C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000
  167.       0000000000000000000000000000000000000000000000000000000000000000
  168.       0000000000000000000000000000000000000000000000000000000000000000
  169.       00000000FFFFFF000000000000000000000000000000000000FFFFFF00000000
  170.       0000000000000000000000000000000000808080808080C0C0C0000000000000
  171.       00000000000000000000000000000000000000000000000000FFFF00000000FF
  172.       FFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0
  173.       C0C0000000000000000000000000000000000000000000000000000000000000
  174.       0000000000000000000000000000000000000000000000000000000000000000
  175.       00000000000000FFFFFF000000000000000000000000000000FFFFFF00000000
  176.       0000000000000000808080808080808080808080C0C0C0C0C0C0000000000000
  177.       000000000000000000000000000000000000000000000000FFFFFF00FFFF0000
  178.       0000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000
  179.       FFFF000000000000000000000000000000000000000000000000000000000000
  180.       0000000000000000000000000000000000000000000000000000000000000000
  181.       00000000000000000000FFFFFF000000000000000000FFFFFF00000000000000
  182.       0000000000000000C0C0C000FFFFC0C0C000FFFFC0C0C000FFFF000000000000
  183.       00000000000000000000000000000000000000000000000000FFFFFFFFFF0000
  184.       00C0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C000FFFFC0
  185.       C0C0000000000000000000000000000000000000000000000000000000000000
  186.       0000000000000000000000000000000000000000000000000000000000000000
  187.       00000000000000000000000000000000000000FFFFFF00000000000000000000
  188.       000000000000000000FFFFC0C0C000FFFFC0C0C000FFFFC0C0C0000000000000
  189.       000000000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  190.       FF000000000000000000000000000000C0C0C000FFFFC0C0C000FFFFC0C0C000
  191.       FFFF000000000000000000000000000000000000000000000000000000000000
  192.       0000000000000000000000000000000000000000000000000000000000000000
  193.       00000000000000000000000000000000FFFFFF00000000000000000000000000
  194.       000000000000000000FFFF00FFFF00FFFF00FFFF00FFFF00FFFF000000000000
  195.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  196.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000000000000000000000000000
  197.       0000000000000000000000000000000000000000000000000000000000000000
  198.       0000000000000000000000000000000000000000000000000000000000000000
  199.       00000000000000000000000000000000000000FFFFFF00000000000000000000
  200.       0000000000000000C0C0C0C0C0C0C0C0C0C0C0C000FFFF00FFFF000000000000
  201.       000000000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  202.       FF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFF00000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       00000000000000000000FFFFFF000000000000FFFFFF00000000000000000000
  206.       0000000000000000000000000000000000808080C0C0C0C0C0C0000000000000
  207.       00000000000000000000000000000000000000000000000000FFFFFFFFFF00FF
  208.       FFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00FFFFFFFFFF00000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       00000000000000FFFFFF000000000000000000000000000000FFFFFF00000000
  212.       0000000000000000000000000000000000000000808080C0C0C0000000000000
  213.       000000000000000000000000000000000000000000000000FFFFFF00FFFFFFFF
  214.       FF00FFFFFFFFFF00000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       00000000FFFFFF000000000000000000000000000000000000000000FFFFFF00
  218.       0000000000000000000000000000000000000000000000808080000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       000000000000000000000000000000000000000000000000000000000000FFFF
  223.       FF000000000000000000000000000000000000000000000000000000000000FF
  224.       FFFF000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       0000000000000000000000000000000000000000000000000000000000000000
  229.       0000000000000000000000000000000000000000000000000000000000000000
  230.       0000000000000000000000000000000000000000000000000000000000000000
  231.       0000000000000000000000000000000000000000000000000000000000000000
  232.       0000000000000000000000000000000000000000000000000000000000000000
  233.       0000000000000000000000000000000000000000000000000000000000000000
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       000000000000000000000000000000000000424D3E000000000000003E000000
  241.       2800000040000000100000000100010000000000800000000000000000000000
  242.       000000000000000000000000FFFFFF00FFFFFFF7FFFF0000FFFCFE7B80010000
  243.       F3FFFC7D80000000E1F9F86E80000000E1F3C07680000000F0E3805B80000000
  244.       F847806B80000000FC0F806B80000000FE1F806B80000000FC0F805B80010000
  245.       F84FC07680010000E0E3F86E80030000C1F1FC7DC1FF0000C7F8FE7BFFFF0000
  246.       FFFFFFF7FFFF0000FFFFFFFFFFFF000000000000000000000000000000000000
  247.       000000000000}
  248.   end
  249. end
  250.